iPython Intro

What is Ipython?

iPython provides a rich architecture for interactive computing with:

  1. A powerful interactive shell
  2. A kernel for Jupyter
  3. Support for interactive data visualization and use of GUI toolkits
  4. Flexible, embedded interpreters to load into your own porjects
  5. Easy to use, high performance tools for parallel computing

This book was entirely written with the ipython notebook called Jupyter as you can see

Lets go on

NEXT

iPython installation